home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of CD …rtainment & Home Learning / Explore the World of CD Entertainment and Home Learning (Magnum Design)(Macworld)(1995).iso / *Consumer Demo CD ƒ / Home Learning / BODY / DATA / contentM.dir / 00001_Script_1 next >
Text File  |  1995-06-29  |  361b  |  15 lines

  1. on exitFrame
  2.   if rollover(22) and the mousedown then
  3.     go frame"st" of movie "splash"
  4.     abort
  5.   else
  6.     if rollover(23) and the mousedown then
  7.       go "info"
  8.     else
  9.       if rollover(24) and the mousedown and the castnum of sprite 24 = 13 then
  10.         go to frame "ST" of movie "01.DIR"
  11.       end if
  12.     end if
  13.   end if
  14.   go the frame
  15. end